Auto merge of #3319 - alexcrichton:more-info, r=brson
authorbors <bors@rust-lang.org>
Tue, 6 Dec 2016 01:23:17 +0000 (01:23 +0000)
committerbors <bors@rust-lang.org>
Tue, 6 Dec 2016 01:23:17 +0000 (01:23 +0000)
commit16cc83e63808846c269ca224eef738cd50abdb45
tree027d39691c2ad65f7c886f10630427076b1fb9fd
parentf33b7b0f95fb3d14735ad34cd9397c0736c84acc
parent9f6d798961b4e2a8adccb88b3ade58ff24fe444a
Auto merge of #3319 - alexcrichton:more-info, r=brson

Emit more info on --message-format=json

This adds more output on Cargo's behalf to the output of
`--message-format=json`. Cargo will now emit a message when a crate is finished
compiling with a list of all files that were just generated along with a message
when a build script finishes executing with linked libraries and linked library
paths.

Closes #3212